Transition layer example

This example shows the use of transition layers for transitioning between layers. To show how transition layers work, the example uses a memory game where the objective is to find pairs of 3D scenes shown on the front of cards. To make things more interesting, the transition layers switch places during the game through animations. The transition layers consist:

The transitions are ran through a custom transition animation path and using a custom transition shader. The animations are created and launched in the program code as part of the game logic.

The transition layers in this example use the following features:

You can find the example in <KanziWorkspace>/Examples/Transition_layer.

See also

Layers